home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / telnet.postinst < prev    next >
Text File  |  2006-12-17  |  425b  |  14 lines

  1. #!/bin/sh -e
  2. # $Id: postinst,v 1.4 2000/08/23 10:08:42 herbert Exp $
  3.  
  4. update-alternatives --install /usr/bin/telnet telnet /usr/bin/telnet.netkit \
  5.             100 --slave /usr/share/man/man1/telnet.1.gz telnet.1.gz \
  6.                 /usr/share/man/man1/telnet.netkit.1.gz
  7.  
  8. # Automatically added by dh_installmenu
  9. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  10.     update-menus
  11. fi
  12. # End automatically added section
  13.  
  14.